/*banner*/
.banner_center{ display: flex; justify-content: center;}
.banner{ overflow: hidden; position: relative;}
.banner .swiper-slide{ display: flex; justify-content: center; overflow: hidden;}
.banner img{ width: 100%;}
.banner .swiper-pagination-bullet{ width: 16px; height: 16px;}
.banner .swiper-button-prev, .banner .swiper-button-next {--swiper-navigation-size: 60px;}
.banner .swiper-button-prev{ left: 60px;}
.banner .swiper-button-next{ right: 60px;}

/*公共样式*/
.main-body .modular:nth-child(2n){ background-color: #f6f6f6;}
.modular{ padding: 60px 0; box-sizing: border-box;}
/*模块标题*/
.column-title{ width: 100%; float: left; display: flex; flex-direction: column; align-items: center; font-weight: bold;}
.column-title p{ font-size: 32px; position: relative; display: flex; flex-direction: column; align-items: center;}
.column-title p::after{content: ""; display: block; width: 60px; height: 2px; background-color: #0571ba; margin-top: 10px;}
.column-title span{ color: #a7a7a7; margin-top: 10px;}
/*按钮*/
.gb-button1{ width: 100%; float: left; display: flex; justify-content: center; margin-top: 50px;}
.gb-button1 a{ width: 300px; height: 50px; background-color: #0571ba; color: #ffffff; font-size: 18px; font-weight: bold; border-radius: 25px; display: flex; justify-content: center; align-items: center;}
/*当前位置*/
.cposition{ width: 100%; height: auto; padding: 22px 0; float: left;}
.cposition.bor-dc{ border-bottom: 1px solid #dcdcdc;}

/*框架*/
.frame{ width: 100%; float: left; display: flex; justify-content: space-between;}
.frame-left{ width: 254px; float: left; margin-right: 30px; box-sizing: border-box;}
.frame-left .title{ width: 100%; height: 90px; float: left; background-color: #097cd9; padding-left: 20px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; color: #ffffff;  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);}
.frame-left .title p{ font-size: 24px; font-weight: bold;}
.frame-left .title span{ margin-top: 5px;}
.frame-left .nav{ width: 100%; float: left; border: 1px solid #e5e5e5; border-top: 0; box-sizing: border-box;  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);}
.frame-left .nav .li{ width: 100%; float: left; background-color: #f1f1f1; border-bottom: 1px solid #fff; font-size: 16px;}
.frame-left .nav .li:last-child{ border-bottom: 0;}
.frame-left .nav .li a{ width: 100%; height: 60px; float: left; color: #666; display: flex; align-items: center; padding-left: 45px; box-sizing: border-box;}
.frame-left .nav .li a.current{ background: url(../images/ico07.png) no-repeat 30px center; color: #097cd9;}
.frame-left .nav .li a:hover{ background: url(../images/ico07.png) no-repeat 30px center; color: #097cd9;}
.frame-right{ width: 916px; float: right; flex: 1;}
.frame-right .frame-title{ width: 100%; height: 54px; float: left; border-bottom: 2px solid #a4a4a4; position: relative;}
.frame-right .frame-title p{ width: 220px; float: left; font-size: 18px; height: 54px; color: #666; font-weight: bold; border-bottom: 2px solid #0571ba; position: absolute; display: flex; align-items: center; background: url(../images/ico08.jpg) no-repeat left center; padding-left: 20px;}

/*首页*/
.home .about{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 30px;}
.home .about .img{ width: 48%; height: auto; overflow: hidden; margin-right: 30px;}
.home .about .img img{ max-width: 100%;}
.home .about .text{ width: 52%; float: left;}
.home .about .text .title{ width: 100%; float: left; font-size: 18px; font-weight: bold; margin-bottom: 15px;}
.home .about .text .title::after{content: ""; display: block; width: 30px; height: 3px; background-color: #0571ba; margin-top: 10px;}
.home .about .text p{ width: 100%; float: left; line-height: 28px; text-indent: 2em;}
.home .product{ width: 100%; float: left; margin-top: 30px; position: relative;}
.home .product-column{ width: 100%; float: left; display: flex; justify-content: space-between; border-bottom: 1px solid #0571ba;}
.home .product-column a{ width: 100%; height: 46px; border-radius: 10px 10px 0 0; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: bold;}
.home .product-column a.current{ background-color: #0571ba; color: #ffffff;}
.home .product .list{ width: 100%; float: left; display: flex; flex-wrap: wrap;}
.home .product .list .li{ width: 32%; float: left; margin-right: 2%; margin-top: 2%; box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; box-sizing: border-box;}
.home .product .list .li:nth-child(3n){ margin-right: 0;}
.home .product .list .li .img{ width: 100%; float: left;}
.home .product .list .li .img img{ width: 100%;}
.home .product .list .li .text{ width: 100%; min-height: 150px; float: left; background-color: #ffffff; padding: 20px; box-sizing: border-box;}
.home .product .list .li .text .p1{ width: 100%; font-size: 18px; font-weight: bold; max-height: 48px; overflow: hidden; text-align: center; line-height: 24px;}
.home .product .list .li .text .p2{ width: 100%; color: #999999; margin-top: 15px; line-height: 24px; height: 72px; overflow: hidden;}
.home .product .li:hover{ border: 1px solid #097cd9;}
.home .product .li:hover .text a{ color: #097cd9;}
.home .advantage{ width: 100%; float: left; margin-top: 30px;}
.home .advantage .desc{ width: 100%; font-size: 20px; color: #7a7a7a; text-align: center;}
.home .advantage .list{ width: 100%; float: left; margin-top: 40px; display: flex; justify-content: space-between;}
.home .advantage .list .li{ width: 290px; height: 260px; float: left; border: 1px solid #097cd9; border-radius: 10px; margin-right: 13px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 20px;}
.home .advantage .list .li:nth-child(4n){ margin-right: 0;}
.home .advantage .list .li .p1{ font-size: 18px; font-weight: bold; color: #097cd9; margin-top: 20px;}
.home .advantage .list .li .p2{ margin-top: 20px;}
.home .news{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 30px;}
.home .news .li{ width: 390px; margin-right: 15px; box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; box-sizing: border-box; flex: 1; background-color: #fff;}
.home .news .li:nth-child(3n){ margin-right: 0;}
.home .news .li .img{ width: 100%; float: left; background-color: #fff; overflow: hidden;}
.home .news .li .img a{ width: 100%; padding-top:66%; float: left; background-position: center; background-repeat: no-repeat; background-size: cover; transition: transform .6s;}
.home .news .li .img img{ display: none;}
.home .news .li .text{ width: 100%; height: 180px; float: left; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; padding: 0 20px; box-sizing: border-box; position: relative;}
.home .news .li .text .p1{ width: 100%; font-size: 18px; font-weight: bold; margin-top: 20px; height: 48px; overflow: hidden;}
.home .news .li .text .p2{ width: 100%; height: 72px; overflow: hidden; color: #999999; margin-top: 8px; line-height: 24px;}
.home .news .li .text .p3{color: #999999; position: absolute; bottom: 10px; left: 20px; }
.home .news .li:hover{ border: 1px solid #097cd9;}
.home .news .li:hover .img a{ transform:scale(1.1);}
.home .news .li:hover .text .p1 a{ color: #097cd9;}
.cooperate{ width: 100%; float: left; display: flex;}
.cooperate .li{ width: 228px; padding: 10px; float: left; border: 1px solid #dcdcdc; box-sizing: border-box; margin-right: 15px; margin-bottom: 15px; display: flex; align-items: center; justify-content: center;}
.cooperate .li:nth-child(5n){ margin-right: 0;}
.cooperate .li img{ max-width: 100%;}

/*产品中心*/
.main-body.product{ padding-bottom: 80px;}
.product .frame-right .list{ width: 100%; float: left; display: flex; flex-wrap: wrap;}
.product .frame-right .list .li{ width: 32%; float: left; margin-right: 2%; margin-top: 2%; box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; box-sizing: border-box; }
.product .frame-right .list .li:nth-child(3n){ margin-right: 0;}
.product .frame-right .list .li .img{ width: 100%; float: left;}
.product .frame-right .list .li .img img{ width: 100%;}
.product .frame-right .list .li .text{ width: 100%; min-height: 150px; float: left; background-color: #ffffff; padding:20px; box-sizing: border-box;}
.product .frame-right .list .li .text .p1{ width: 100%; font-size: 18px; font-weight: bold; max-height: 48px; overflow: hidden; text-align: center; line-height: 24px;}
.product .frame-right .list .li .text .p2{ width: 100%; height: 72px; overflow: hidden; color: #999999; margin-top: 15px; line-height: 24px;}
.product .frame-right .list .li:hover{ border: 1px solid #097cd9;}
.product .frame-right .list .li:hover a{ color: #097cd9;}

/*产品中心-详情*/
.main-body.product-show{ padding-bottom: 80px;}
.product-show .modular1{ width: 100%; float: left; display: flex; justify-content: center; }
.product-show .modular1 .img{ width: 42%; float: left; margin-right: 30px;}
.product-show .modular1 .img img{ width: 100%; border: 1px solid #dcdcdc;  box-sizing: border-box; }
.product-show .modular1 .text{ width: 100%; float: right; display: flex; flex-direction: column; flex: 1; position: relative; padding-bottom: 60px;}
.product-show .modular1 .text h1{ height: 55px; border-bottom: 1px solid #dcdcdc; font-size: 24px; display: flex; align-items: center;}
.product-show .modular1 .text .t1{ height: 55px; border-bottom: 1px solid #dcdcdc; font-size: 20px; color: #666; display: flex; align-items: center; margin-bottom: 12px;}
.product-show .modular1 .text p{ font-size: 16px; color: #666;  background: url(../images/ico09.png) no-repeat left 10px; line-height: 28px; padding-left: 20px;}
.product-show .modular1 .text p:hover{ background: url(../images/ico07.png) no-repeat left 10px;}
.product-show .modular1 .text p span{ font-weight: bold; text-align-last: justify; width: auto;float: left; flex-shrink: 0; color: #000;}
.product-show .modular1 .text .button{ position: absolute; right: 0; bottom: 0; display: flex;}
.product-show .modular1 .text .button a{ width: 120px; height: 52px; border: 2px solid #097cd9; border-radius: 10px; box-sizing: border-box; font-size: 16px; color: #097cd9; display: flex; justify-content: center; align-items: center;}
.product-show .modular1 .text .button a:hover{ background-color: #097cd9; color: #fff;}
.product-show .modular1 .text .button .a1{ margin-right: 10px;}
.product-show .modular2{ width: 100%; float: left; margin-top: 80px;}
.product-show .modular2 .title{ width: 100%; float: left; border-bottom: 1px solid #dcdcdc; display: flex; flex-direction: column; align-items: center; padding-bottom: 20px;}
.product-show .modular2 .title p{ font-size: 30px;}
.product-show .modular2 .title span{ font-size: 16px; color: #666; margin-top: 5px;}
.product-show .modular2 .text{ width: 100%; float: left; margin-top: 20px; font-size: 16px; line-height: 30px;}
.product-show .modular2 .text p{ padding-bottom: 20px;}
.product-show .modular2 .text img{ width: 100%;}
.product-show .correlation{ width: 100%; float: left; margin-top: 40px;}
.product-show .correlation .title{ width: 100%; height: 54px; float: left; border-bottom: 1px solid #dcdcdc; position: relative;}
.product-show .correlation .title p{ width: 220px; float: left; font-size: 18px; height: 54px; font-weight: bold; display: flex; align-items: center; background: url(../images/ico08.jpg) no-repeat left center; padding-left: 20px;}
.product-show .correlation .list{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 10px;}
.product-show .correlation .list .li{ width: 25%; float: left; margin-right: 1%; margin-top: 1%; box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; box-sizing: border-box; }
.product-show .correlation .list .li:last-child{ margin-right: 0;}
.product-show .correlation .list .li .img{ width: 100%; float: left;}
.product-show .correlation .list .li .img img{ width: 100%;}
.product-show .correlation .list .li .text{ width: 100%; float: left; background-color: #ffffff; display: flex; flex-direction: column; align-items: center; padding:20px; box-sizing: border-box;}
.product-show .correlation .list .li .text .p1{ font-size: 18px; font-weight: bold;}
.product-show .correlation .list .li:hover{ border: 1px solid #097cd9;}
.product-show .correlation .list .li:hover .p1 a{ color: #097cd9;}

/*解决方案*/
.programme .modular1{ width: 100%; float: left; display: flex; margin-top: 20px;}
.programme .modular1 .li{ width: 390px; height: auto; border: 1px solid #dcdcdc; box-sizing: border-box; border-radius: 10px; margin-top: 15px; position: relative; margin-right: 15px; overflow: hidden;}
.programme .modular1 .li a{ width: 100%; height: 100%; float: left;}
.programme .modular1 .li:nth-child(3n){ margin-right: 0;}
.programme .modular1 .li .img{ width: 100%; display: flex; justify-content: center; align-items: center;}
.programme .modular1 .li img{ width: 100%; transition: transform .6s;}
.programme .modular1 .li p{ width: 100%; height: 50px; background-color: #0571ba; position: absolute; left: 0; bottom: 0; color: #fff; font-size: 18px; font-weight: bold; display: flex; justify-content: center; align-items: center;}
.programme .modular1 .li:hover{ border: 1px solid #097cd9;}
.programme .modular1 .li:hover img{transform:scale(1.1);}

/*服务与支持*/
.service .modular1{ width: 100%; float: left; margin-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.service .modular1 .li{ width: 32%; height: auto; float: left; border: 1px solid #dcdcdc; box-sizing: border-box; border-radius: 10px; padding:20px; display: flex; flex-direction: column; align-items: center; margin-top: 2%; margin-right: 2%; overflow: hidden;}
.service .modular1 .li:nth-child(3n){ margin-right: 0;}
.service .modular1 .li img{ margin-top: 30px;}
.service .modular1 .li p{ width: 100%; box-sizing: border-box;}
.service .modular1 .li .p1{ font-size: 20px; font-weight: bold; color: #097cd9; text-align: center; margin-top: 15px;}
.service .modular1 .li .p2{ color: #999; line-height: 22px; margin-top: 10px;}
.service .modular1 .li .p3{ color: #999; margin-top: 10px; background: url(../images/ico07.png) no-repeat 0 5px; padding-left: 18px;}
.service .modular1 .li:hover{ border: 1px solid #097cd9;}

/*新闻资讯*/
.main-body.news{ padding-bottom: 80px;}
.news .frame-right .list{ width: 100%; float: left;}
.news .frame-right .list .li{ width: 100%; float: left; border: 1px solid #dcdcdc; padding: 10px; box-sizing: border-box; margin-top: 20px; display: flex;}
.news .frame-right .list .li .img{ width: 260px; height: 200px; overflow: hidden;  margin-right: 25px;}
.news .frame-right .list .li .img a{ width: 100%; height: 100%;  display: flex; justify-content: center; align-items: center;}
.news .frame-right .list .li .img img{transition: transform .6s; max-width: 100%; min-height: 100%;}
.news .frame-right .list .li .text{ width: 100%; float: left; flex: 1; position: relative; padding-bottom: 26px;}
.news .frame-right .list .li .text .p1{ font-size: 18px; font-weight: bold; margin-top: 10px;}
.news .frame-right .list .li .text .p2{ color: #999; height: 130px; overflow: hidden; line-height: 26px; margin-top: 10px;}
.news .frame-right .list .li .text .p3{ font-size: 12px; color: #999; position: absolute; right: 5px; bottom: 5px;}
.news .frame-right .list .li:hover{ border: 1px solid #097cd9;}
.news .frame-right .list .li:hover .p1 a{ color: #097cd9;}
.news .frame-right .list .li:hover .img img{ transform:scale(1.1);}

/*新闻资讯-详情*/
.news-show .title{ width: 100%; float: left; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px; margin-top: 60px;}
.news-show .title h1{ font-size: 30px; text-align: center;}
.news-show .title p{ color: #999; display: flex; justify-content: center; margin-top: 20px;}
.news-show .title p span{ margin: 0 10px;}
.news-show .content{ width: 100%; float: left; padding: 30px 0; border-bottom: 1px solid #dcdcdc;}
.news-show .content p{ font-size: 16px; color: #333; line-height: 30px; margin-top: 10px;}
.news-show .content img{ max-width: 100%; margin: 0 auto;}
.news-show .content table{ border-left: 1px solid #000; border-top: 1px solid #000;}
.news-show .content table td{ border-right: 1px solid #000; border-bottom: 1px solid #000;}

/*关于我们*/
.about .modular1{ width: 100%; float: left; margin-top: 30px;}
.about .modular1 .img{ width: 100%; float: left; display: flex; justify-content: center;}
.about .modular1 .img img{ max-width: 100%;}
.about .modular1 .text{ width: 100%; float: left; margin-top: 30px;}
.about .modular1 .text .t{ width: 100%; float: left; font-size: 20px; font-weight: bold; margin-bottom: 20px; position: relative; padding-left: 15px;}
.about .modular1 .text .t::after{content: ""; display: block; width: 4px; height: 24px; background-color: #0571ba; position: absolute; left: 0; top: 2px;}
.about .modular1 .text p{ font-size: 16px; text-indent: 2em; line-height: 30px; margin-top: 5px;}
.about .modular2{ width: 100%; float: left; display: flex; justify-content: center; margin-top: 30px;}
.about .modular2 .li{ width: 160px; margin: 0 6%; display: flex; flex-direction: column; align-items: center; }
.about .modular2 .li .t{ width: 100%; height: 160px; float: left; background-color: #097cd9; border-radius: 50%; font-size: 36px; font-weight: bold; color: #fff; display: flex; justify-content: center; align-items: center;}
.about .modular2 .li p{ margin-top: 15px; font-size: 16px; line-height: 28px;}

/*联系我们*/
.contact .message{ width: 100%; float: left; display: flex; justify-content: center; margin-top: 20px;}
.contact .message .form{ width: 780px;}
.contact .message .form .li{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 20px;}
.contact .message .form .li input{ width: 47%; height: 48px; border: 1px solid #dcdcdc; border-radius: 10px; padding: 0 15px; box-sizing: border-box; font-size: 14px;}
.contact .message .form .li input:focus{ border: 1px solid #097cd9;}
.contact .message .form .li textarea{ width: 100%; height: 120px; border: 1px solid #dcdcdc; border-radius: 10px; padding: 15px; box-sizing: border-box; font-size: 14px;}
.contact .message .form .li textarea:focus{ border: 1px solid #097cd9;}
.contact .message .form .li button{ width: 100%; height: 60px; background-color: #097cd9; font-size: 16px; color: #fff; font-weight: bold; border-radius: 10px; cursor: pointer; }
.contact .lxfs{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 40px; }
.contact .lxfs .address{ width: 460px; margin-right: 20px; margin-top: 10px;}
.contact .lxfs .address p{ font-size: 16px; line-height: 30px;}
.contact .lxfs .address .p1{ font-size: 22px; font-weight: bold; margin-bottom: 15px; position: relative;}
.contact .lxfs .address .p1::after{content: ""; display: block; width: 30px; height: 3px; background-color: #0571ba; margin-top: 10px;}
.contact .lxfs .map{ width:100%; border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;}
.contact .lxfs .map iframe{ width: 100%; height: 260px; border: none; overflow: hidden;}

/*搜索页*/
.search .list{ width: 100%; float: left; padding: 70px 0 80px 0; display: flex; flex-wrap: wrap;}
.search .list .li{ width: 24.25%; float: left; margin-right: 1%; margin-top: 1%; box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1); border: 1px solid #dcdcdc; box-sizing: border-box; }
.search .list .li:nth-child(4n){ margin-right: 0;}
.search .list .li .img{ width: 100%; float: left;}
.search .list .li .img img{ width: 100%;}
.search .list .li .text{ width: 100%; min-height: 150px; float: left; background-color: #ffffff; padding:20px; box-sizing: border-box;}
.search .list .li .text .p1{ width: 100%; font-size: 18px; font-weight: bold; max-height: 48px; overflow: hidden; text-align: center; line-height: 24px;}
.search .list .li .text .p1 span{ color: red;}
.search .list .li .text .p2{ width: 100%; height: 72px; overflow: hidden;  color: #999999; margin-top: 15px; line-height: 24px;}
.search .list .li:hover{ border: 1px solid #097cd9;}
.search .list .li:hover .text a{ color: #097cd9;}
.search .list .li:hover .text a span{ color: #097cd9;}

@media (max-width:1200px){
	.modular,.cposition,.news-show,.product-show,.main-body.news,.main-body.product,.search .list{ padding-left:20px; padding-right: 20px; box-sizing: border-box;}
}

@media (max-width:1000px){
	.home .about{ flex-direction: column; align-items: center; justify-content: center;}
	.home .about .img{ width: 100%; display: flex; justify-content: center; margin-right: 0;}
	.home .about .text{ width: 100%; margin-top: 30px;}
	.banner .swiper-pagination-bullet{ width: 14px; height: 14px;}
	.banner .swiper-button-prev, .banner .swiper-button-next {--swiper-navigation-size: 40px;}
	.banner .swiper-button-prev{ left: 40px;}
	.banner .swiper-button-next{ right: 40px;}
	.home .product-column{ border-bottom: 0; overflow-x: scroll; overflow-y: hidden; white-space: nowrap;}
	.home .product-column a{ width: auto; height: auto; border: 1px solid #0571ba;  border-radius: 10px; padding:10px; margin-right: 10px;}
	.home .product-column a.current{ background-color: #0571ba; color: #ffffff;}
	.home .product-column a:last-child{ margin-right: 0;}
	.frame{ flex-direction: column;}
	.frame-left{ width: 100%;margin-right: 0; background-color: #fff;}
	.frame-left .title{ display: none;}
	.frame-left .nav{ display: flex;  overflow-x: scroll; overflow-y: hidden;}
	.frame-left .nav .li{ width: auto; background-color: initial; border-bottom: 0; flex-shrink:0;}
	.frame-left .nav .li:last-child{ border-bottom: 0;}
	.frame-left .nav .li a{ padding-left: 20px; padding-right: 20px;}
	.frame-left .nav .li a.current{ background-position: 5px center;}
	.frame-left .nav .li a:hover{ background-position: 5px center;}
	.frame-right{ width: 100%; margin-top: 20px;}
	.product-show .modular1{flex-direction: column; align-items: center; }
	.product-show .modular1 .img{ width: 60%;}
	.product-show .modular1 .text{ margin-top: 20px;}
	
	
	
}

@media (max-width:848px){
	.service .modular1 .li{ width: 49%;}
	.service .modular1 .li:nth-child(3n){ margin-right: 2%;}
	.service .modular1 .li:nth-child(2n){ margin-right: 0;}
	.search .list .li{ width: 32%; margin-right: 2%; margin-top: 2%; }
	.search .list .li:nth-child(4n){ margin-right: 2%;}
	.search .list .li:nth-child(3n){ margin-right: 0;}
	.about .modular2 .li{ margin: 0 3%;}
	
}

/*手机端*/
@media (max-width: 768px) {
	.banner img{ width: auto; height: 300px;}
	.home .product .list{ margin-top:10px;}
	.home .product .list .li{ width: 49%;}
	.home .product .list .li:nth-child(3n){ margin-right: 2%;}
	.home .product .list .li:nth-child(2n){ margin-right: 0%;}
	.home .advantage .list{ flex-wrap: wrap;}
	.home .advantage .list .li{ width: calc(50% - 13px); margin-top: 15px; margin-bottom: 15px; }
	.home .advantage .list .li:nth-child(2n){ margin-right: 0;}
	.home .news{ flex-direction: column;}
	.home .news .li{ width: 100%; margin-right: 0; margin-bottom: 30px;}
	.contact .lxfs{ flex-direction: column;}
	.contact .lxfs .address{ width: 100%; margin-right: 0;}
	.contact .lxfs .map{ margin-top: 20px;}
	.product .frame-right .list .li{ width: 49%; margin-right: 2%; }
	.product .frame-right .list .li:nth-child(3n){ margin-right: 2%;}
	.product .frame-right .list .li:nth-child(2n){ margin-right: 0;}
	.product-show .correlation .list{ flex-wrap: wrap;}
	.product-show .correlation .list .li{ width: 49%; margin-top: 2%;}
	.product-show .correlation .list .li:nth-child(2n){ margin-right: 0;}
	.product-show .modular1 .img{ width: 80%; margin-right: 0;}
	.product-show .modular1 .text .button{ width: 100%; display: flex; justify-content: center;}
	.programme .modular1 .li p{ font-size: 14px; height: 35px;}
	.about .modular2 .li .t{ font-size: 32px;}
	.news .frame-right .list .li .img{ flex: 1;}
	
}
@media (max-width: 568px) {
	.service .modular1 .li{ width: 100%; height: auto; margin-right: 0;}
	.service .modular1 .li:nth-child(3n){ margin-right: 0;}
	.about .modular2 .li .t{ font-size: 26px;}
	.news .frame-right .list .li{ flex-direction: column;}
	.news .frame-right .list .li .img{ width: 100%; flex: 1;}
	
}





